" Input: {
data_uoa - repo UOA
(archive_path) - if '' create inside repo path
(archive_name) - if !='' use it for zip name
(auto_name) - if 'yes', generate name name from data_uoa: ckr-.zip
(bittorent) - if 'yes', generate zip name for BitTorrent: ckr--YYYYMMDD.zip
(overwrite) - if 'yes', overwrite zip file
(store) - if 'yes', store files instead of packing
(data) - CID allowing to add only these entries with pattern (can be from another archive)
(all) - archive all files
}
Output: {
return - return code = 0, if successful
> 0, if error
(error) - error text if return > 0
}
"